Document Solutions for Imaging
GrapeCity.Documents.Imaging.Skia Assembly / GrapeCity.Documents.Imaging.Skia Namespace / GcSkiaBitmap Class / GcSkiaBitmap Constructor / GcSkiaBitmap Constructor(Image,Nullable<Rectangle>)
GrapeCity.Documents.Drawing.Image used as the source of image data. JPEG, PNG and WEBP formats are supported.
Clipping rectangle of the image to be loaded.

In This Topic
    GcSkiaBitmap Constructor(Image,Nullable<Rectangle>)
    In This Topic
    Initializes a new instance of the GcSkiaBitmap class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal image As Image, _
       Optional ByVal clipRect As System.Nullable(Of Rectangle) _
    )
    public GcSkiaBitmap( 
       Image image,
       System.Nullable<Rectangle> clipRect
    )

    Parameters

    image
    GrapeCity.Documents.Drawing.Image used as the source of image data. JPEG, PNG and WEBP formats are supported.
    clipRect
    Clipping rectangle of the image to be loaded.
    See Also